home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11609 < prev    next >
Encoding:
Text File  |  1996-08-05  |  806 b   |  35 lines

  1. Path: doors.informatik.uni-siegen.de!plrunu
  2. From: plrunu@informatik.uni-siegen.de (Runu Knips)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: gnu g++ and variable arguments in function declaration (ellipse ...)
  5. Date: 15 Mar 1996 13:16:12 GMT
  6. Organization: University of Siegen
  7. Sender: plrunu@doors.informatik.uni-siegen.de (Runu Knips)
  8. Message-ID: <4ibqis$br5@si-nic.hrz.uni-siegen.de>
  9. References: <4i9a6p$nf9@nx2.HRZ.Uni-Dortmund.DE>
  10. NNTP-Posting-Host: doors.informatik.uni-siegen.de
  11.  
  12. Absurd idea.
  13.  
  14. It doesn't. Why should it ???
  15.  
  16. ++++++++++++++++++++++++++++++++++++++++++
  17.  
  18. #include <stdio.h>
  19.  
  20. int
  21. main ()
  22. {
  23.         printf ("Hello World\n");
  24.         return 0;
  25. }
  26.  
  27. ++++++++++++++++++++++++++++++++++++++++++
  28.  
  29. Even the simplest program wouldn't compile
  30. without the ellipse (for printf() uses
  31. the ellipse !).
  32.  
  33. Ciao.
  34.  
  35.